projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8f70d
)
gtktextattributes: explain what is "pg_bg"
author
Sébastien Wilmet
<swilmet@gnome.org>
Sun, 31 Mar 2013 17:08:49 +0000
(19:08 +0200)
committer
Sébastien Wilmet
<swilmet@gnome.org>
Mon, 1 Apr 2013 19:12:49 +0000
(21:12 +0200)
I didn't know what "pg" stands for.
https://bugzilla.gnome.org/show_bug.cgi?id=697048
gtk/gtktextattributes.h
patch
|
blob
|
history
diff --git
a/gtk/gtktextattributes.h
b/gtk/gtktextattributes.h
index 521ac00703f0c78acbec6c9cac66d29f8ae5a70f..760aa2428cd344d31d56fc940bdc31a9516d67f9 100644
(file)
--- a/
gtk/gtktextattributes.h
+++ b/
gtk/gtktextattributes.h
@@
-144,6
+144,7
@@
struct _GtkTextAttributes
PangoLanguage *language;
/*< private >*/
+ /* Paragraph background */
GdkColor *pg_bg_color;
/*< public >*/
@@
-159,6
+160,7
@@
struct _GtkTextAttributes
guint editable : 1;
/*< private >*/
+ /* Paragraph background */
GdkRGBA *pg_bg_rgba;
guint padding[3];